Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22315 | GEN001270 | SV-38309r1_rule | ECLP-1 ECTP-1 | Medium |
Description |
---|
If the system log files are not protected, unauthorized users could change the logged data, eliminating its forensic value. Authorized software may be given log file access through the use of extended ACLs when needed and configured to provide the least privileges required. |
STIG | Date |
---|---|
HP-UX 11.23 Security Technical Implementation Guide | 2013-07-02 |
Check Text ( C-36314r2_chk ) |
---|
Verify all system log files have no extended ACLs. # ls -lL /var/log /var/log/syslog /var/adm /var/opt If the permissions include a "+" the file has an extended ACL. If an extended ACL exists, verify with the SA if the ACL is required to support authorized software and provides the minimum necessary permissions. If an extended ACL exists providing access beyond the needs of authorized software, this is a finding. |
Fix Text (F-31569r1_fix) |
---|
Remove the optional ACL from the file. # chacl -z /var/adm/* |